home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 015a / tlb_v120.zip / CHIPSET.DOC next >
Text File  |  1991-07-09  |  4KB  |  103 lines

  1. CHIPSET.EXE is a small program that simply checks to see if your PC
  2. has one of the memory controllers required to use The Last Byte
  3. Memory Manager.
  4.  
  5. To see if your PC has one of the supported memory controllers,
  6. simply enter the following command at the DOS prompt:
  7.  
  8.     A>CHIPSET
  9.  
  10. CHIPSET will identify the particular memory controller you have, if
  11. any.  To see the entire list of what devices The Last Byte Memory
  12. Manager supports, add a question mark to the command line, as in:
  13.  
  14.     A>CHIPSET ?
  15.  
  16. If your PC has one of these devices, then The Last Byte Memory
  17. Manager will work on your PC, and you will be able to load device
  18. drivers, TSRs, DOS buffers and more into upper memory above 640k.
  19.  
  20. If your PC uses another kind of chipset, it may not be supported for
  21. one of the following reasons:
  22.  
  23. (1) No shadow ram hardware:
  24. ---------------------------
  25.  
  26.       Some chipsets do not provide shadow ram support.
  27.  
  28.         Examples: VLSI Technologies 82C100 series
  29.           Western Digital chipsets
  30.           Texas Instruments TACT82300 series
  31.           Early Suntac chipsets (ST62BC001-6)
  32.           United Microelectronics Corp. UM82C231
  33.  
  34.  
  35. (2) No shadow ram read/write mode:
  36. ----------------------------------
  37.  
  38.     Some chipsets have shadow ram, but it can only be put into
  39.     either write-only mode (for copying rom contents to ram), or
  40.     read-only mode (to prevent accidental writes into what's
  41.     supposed to be a copy of rom).
  42.  
  43.           Examples: ACC Microelectronics chipsets
  44.           Headland Technologies chipsets
  45.           G2 chipsets
  46.  
  47.  
  48. (3) DMA (Direct Memory Access) can't get to the shadow ram:
  49. -----------------------------------------------------------
  50.  
  51.       Many device drivers and TSRs use either use DMA directly, or
  52.     else they employ disk buffers that DOS accesses via DMA.
  53.     The hardware design of some memory controller chips prevent
  54.     DMA from accessing the shadow ram, and thus loading this kind
  55.     of software into shadow ram memory is pointless.
  56.  
  57.         Examples: VLSI Technologies VL82C286 & VL82C386 TOPCAT
  58.  
  59.  
  60. (4) Controller incompatible with design of The Last Byte Memory Manager:
  61. ------------------------------------------------------------------------
  62.  
  63.     The Last Byte Memory Manager is table-driven, making it
  64.     relatively easy to adapt to different memory controller
  65.     architectures, but there are limits!  
  66.  
  67.     Examples: Zymos chipsets
  68.           United Microelectronics Corp. (UM82C384,'388,'389)
  69.           Forex Computer Corp. FRX36C100
  70.           Silicon Integrated System Corp. (SIS) chipsets
  71.  
  72.  
  73. (5) Shadow ram control can be made inaccessible once configured:
  74. ----------------------------------------------------------------
  75.  
  76.       Some controllers are designed so that they can be "locked"
  77.     at the end of software initialization, requiring a hardware
  78.     reset to unlock, and thus preventing The Last Byte Memory
  79.     Manager from accessing the controller.
  80.  
  81.         Example: Intel 82335, 82335SX
  82.  
  83.  
  84. Some of these chips, however, have hardware support for LIM 4.0 EMS,
  85. and thus many of their motherboards come with a EMS device driver
  86. designed specifically to take advantage of this capability.  So in
  87. many cases, you can install this driver first, and then The Last Byte
  88. Memory Manager can use it to manage upper memory.
  89.  
  90. A free demo version of The Last Byte Memory Manager may be downloaded
  91. from our BBS at the number below Monday through Friday between 5pm
  92. and 8am PST, or 24hrs a day on weekends.  The filename is
  93. TLB-Vnnn.ZIP, where the "nnn" is replaced by the latest version
  94. number.  The demo version is fully functional except that it limits
  95. you to 32k of memory and no more than two device drivers and/or TSRs
  96. loaded into upper memory.  If you can't find a copy of The Last Byte
  97. Memory Manager, contact us and we'll be happy to send you a copy.
  98.  
  99.     Key Software Products
  100.     440 Ninth Avenue
  101.     Menlo Park, CA 94025
  102.     (415) 364-9847
  103.